home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 24
/
PC Gamer IT CD 24 2-2.iso
/
DESK95
/
search
/
SEARCH32.EX_
/
SEARCH32.EX
/
0
/
RCDATA
/
TFORMLANGVIEW
/
TFORMLANGVIEW.txt
Wrap
Text File
|
1997-03-15
|
2KB
|
104 lines
object FormLangView: TFormLangView
Left = 195
Top = 139
BorderStyle = bsDialog
ClientHeight = 231
ClientWidth = 507
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 276
Top = 17
Width = 26
Height = 13
AutoSize = False
Caption = '&Font:'
FocusControl = cmbFont
end
object Label1: TLabel
Left = 13
Top = 17
Width = 51
Height = 13
Caption = 'Language:'
end
object Label3: TLabel
Left = 29
Top = 193
Width = 202
Height = 13
Caption = 'More languages can be downloaded from :'
end
object Label4: TLabel
Left = 29
Top = 211
Width = 186
Height = 13
Caption = 'http://www.anetusa.com/s32langs.htm'
end
object StringGrid1: TStringGrid
Left = 13
Top = 48
Width = 484
Height = 136
TabStop = False
ColCount = 32
DefaultColWidth = 14
DefaultRowHeight = 18
DefaultDrawing = False
FixedCols = 0
RowCount = 7
FixedRows = 0
ScrollBars = ssNone
TabOrder = 2
OnDrawCell = StringGrid1DrawCell
OnSelectCell = StringGrid1SelectCell
end
object cmbFont: TComboBox
Left = 308
Top = 13
Width = 173
Height = 21
Style = csDropDownList
ItemHeight = 13
Sorted = True
TabOrder = 1
OnClick = cmbFontClick
end
object cmdClose: TButton
Left = 416
Top = 197
Width = 65
Height = 23
Caption = 'Close'
Default = True
TabOrder = 3
OnClick = cmdCloseClick
end
object txtLang: TEdit
Left = 73
Top = 13
Width = 173
Height = 21
AutoSelect = False
Enabled = False
TabOrder = 4
end
object cmbLang: TComboBox
Left = 73
Top = 13
Width = 173
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnClick = cmbLangClick
end
end